@font-face {
    font-family: 'Mazda Interstate';
    src: url('InterstateBold.woff2') format('woff2'),
        url('InterstateBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mazda Interstate';
    src: url('InterstateLight.woff2') format('woff2'),
        url('InterstateLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mazda Interstate';
    src: url('InterstateRegular.woff2') format('woff2'),
        url('InterstateRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

